home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / 4D Externals / MountPack 1.0r / 4D Mount Pack.ext / 4D Mount Pack.ext.rsrc / 4Dte_15001 < prev    next >
Text File  |  1993-08-10  |  2KB  |  38 lines

  1. MP ASMount
  2.  
  3. ShareWare.
  4.  
  5. Mounts a shared volume from a server you specify, without any user interaction.
  6.  
  7. Usage:
  8. err := MP ASMount (volume name; zone name; server name; username; password; volume password)
  9.  
  10. where:
  11. err
  12. is a long integer returning the error which occured. A value of zero indicates no error occured.
  13.  
  14. volume name
  15. is a string (length 255) which contains the volume name you want to mount. Actually this may be a full path to a file or folder. As long as it starts with a volume name it will be succesfully mounted. It does not check if the path exists, so if the file or folder does not exist no error will be returned.
  16.  
  17. zone name
  18. is a string (length 32) which contains the name of the zone in which the server is located to which you want to connect. If the server is in the same zone use an asteriks (*) as the zonename.
  19.  
  20. server name
  21. is a string (length 32) which contains the name of the server to which you want to connect.
  22.  
  23. username
  24. is a string (length 32) which contains the username you want to use to connect to the server.
  25.  
  26. password
  27. is a string (length 8) which contains the password of the user of which you passed the username in the previous parameter.
  28.  
  29. volume password
  30. is a string (length 8) which contains the volume password of the user of which you passed the username in the previous parameter. Leave this parameter empty if no volume password is required to mount the volume.
  31.  
  32.  
  33. See documentation for more information.
  34.  
  35. Written using THINK Pascal by:
  36. ©1993 René G.A. Ros
  37. Distribution only allowed together with documentation file.
  38. INTERNET: rgaros@bio.vu.nl